3.4.7 \(\int \frac {\text {ArcSin}(a x)^3}{\sqrt {1-a^2 x^2}} \, dx\) [307]

Optimal. Leaf size=13 \[ \frac {\text {ArcSin}(a x)^4}{4 a} \]

[Out]

1/4*arcsin(a*x)^4/a

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 13, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.048, Rules used = {4737} \begin {gather*} \frac {\text {ArcSin}(a x)^4}{4 a} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[ArcSin[a*x]^3/Sqrt[1 - a^2*x^2],x]

[Out]

ArcSin[a*x]^4/(4*a)

Rule 4737

Int[((a_.) + ArcSin[(c_.)*(x_)]*(b_.))^(n_.)/Sqrt[(d_) + (e_.)*(x_)^2], x_Symbol] :> Simp[(1/(b*c*(n + 1)))*Si
mp[Sqrt[1 - c^2*x^2]/Sqrt[d + e*x^2]]*(a + b*ArcSin[c*x])^(n + 1), x] /; FreeQ[{a, b, c, d, e, n}, x] && EqQ[c
^2*d + e, 0] && NeQ[n, -1]

Rubi steps

\begin {align*} \int \frac {\sin ^{-1}(a x)^3}{\sqrt {1-a^2 x^2}} \, dx &=\frac {\sin ^{-1}(a x)^4}{4 a}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 13, normalized size = 1.00 \begin {gather*} \frac {\text {ArcSin}(a x)^4}{4 a} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[ArcSin[a*x]^3/Sqrt[1 - a^2*x^2],x]

[Out]

ArcSin[a*x]^4/(4*a)

________________________________________________________________________________________

Maple [A]
time = 0.09, size = 12, normalized size = 0.92

method result size
derivativedivides \(\frac {\arcsin \left (a x \right )^{4}}{4 a}\) \(12\)
default \(\frac {\arcsin \left (a x \right )^{4}}{4 a}\) \(12\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(arcsin(a*x)^3/(-a^2*x^2+1)^(1/2),x,method=_RETURNVERBOSE)

[Out]

1/4*arcsin(a*x)^4/a

________________________________________________________________________________________

Maxima [A]
time = 0.46, size = 11, normalized size = 0.85 \begin {gather*} \frac {\arcsin \left (a x\right )^{4}}{4 \, a} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arcsin(a*x)^3/(-a^2*x^2+1)^(1/2),x, algorithm="maxima")

[Out]

1/4*arcsin(a*x)^4/a

________________________________________________________________________________________

Fricas [A]
time = 7.31, size = 11, normalized size = 0.85 \begin {gather*} \frac {\arcsin \left (a x\right )^{4}}{4 \, a} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arcsin(a*x)^3/(-a^2*x^2+1)^(1/2),x, algorithm="fricas")

[Out]

1/4*arcsin(a*x)^4/a

________________________________________________________________________________________

Sympy [A]
time = 0.25, size = 10, normalized size = 0.77 \begin {gather*} \begin {cases} \frac {\operatorname {asin}^{4}{\left (a x \right )}}{4 a} & \text {for}\: a \neq 0 \\0 & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(asin(a*x)**3/(-a**2*x**2+1)**(1/2),x)

[Out]

Piecewise((asin(a*x)**4/(4*a), Ne(a, 0)), (0, True))

________________________________________________________________________________________

Giac [A]
time = 0.46, size = 11, normalized size = 0.85 \begin {gather*} \frac {\arcsin \left (a x\right )^{4}}{4 \, a} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arcsin(a*x)^3/(-a^2*x^2+1)^(1/2),x, algorithm="giac")

[Out]

1/4*arcsin(a*x)^4/a

________________________________________________________________________________________

Mupad [B]
time = 0.15, size = 11, normalized size = 0.85 \begin {gather*} \frac {{\mathrm {asin}\left (a\,x\right )}^4}{4\,a} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(asin(a*x)^3/(1 - a^2*x^2)^(1/2),x)

[Out]

asin(a*x)^4/(4*a)

________________________________________________________________________________________